home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libnet-ssleay-perl / copyright next >
Encoding:
Text File  |  2010-03-07  |  8.7 KB  |  185 lines

  1. Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
  2. Maintainer: Florian Ragwitz <rafl@debian.org>, Mike McCauley <mikem@open.com.au>
  3. Source: http://search.cpan.org/dist/Net-SSLeay/
  4. Name: Net-SSLeay
  5.  
  6. Files: *
  7. Copyright: 1996-2003 Sampo Kellomaki <sampo@iki.fi>, All Rights Reserved
  8.  2005-2006 Florian Ragwitz <rafl@debian.org>, All Rights Reserved
  9.  2005-2006 Mike McCauley <mikem@open.com.au>, All Rights Reserved
  10. License: OpenSSL
  11.  
  12. Files: inc/Module/*
  13. Copyright: 2002-2010, Adam Kennedy <adamk@cpan.org>
  14.  2002-2010, Audrey Tang <autrijus@autrijus.org>
  15.  2002-2010, Brian Ingerson <ingy@cpan.org>
  16. License: Artistic or GPL-1+
  17.  
  18. Files: debian/*
  19. Copyright: 1999-2001, Gergely Madarasz <gorgo@caesar.elte.hu>
  20.  2001, Remi Lefebvre <remi@debian.org>
  21.  2001-2004, Stephen Zander <gibreel@debian.org>
  22.  2002, Brendan O'Dea <bod@debian.org>
  23.  2005, Steve Kemp <skx@debian.org>
  24.  2005-2006, Florian Ragwitz <rafl@debianforum.de>
  25.  2008, Niko Tyni <ntyni@debian.org>
  26.  2008, Damyan Ivanov <dmn@debian.org>
  27.  2008, gregor herrmann <gregoa@debian.org>
  28.  2010, various members of the Debian Perl group (cf changelog)
  29. License: Artistic or GPL-1+
  30.  
  31. License: OpenSSL
  32.  Distribution and use of this module is under the same terms as the
  33.  OpenSSL package itself (i.e. free, but mandatory attribution; NO
  34.  WARRANTY). Please consult LICENSE file in the root of the OpenSSL
  35.  distribution.
  36.  .
  37.  While the source distribution of this perl module does not contain
  38.  Eric's or OpenSSL's code, if you use this module you will use OpenSSL
  39.  library. Please give Eric and OpenSSL team credit (as required by
  40.  their licenses).
  41.  .
  42.  And remember, you, and nobody else but you, are responsible for
  43.  auditing this module and OpenSSL library for security problems,
  44.  backdoors, and general suitability for your application.
  45.  .
  46.  LICENSE ISSUES
  47.  ==============
  48.  .
  49.  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  50.  the OpenSSL License and the original SSLeay license apply to the toolkit.
  51.  See below for the actual license texts. Actually both licenses are BSD-style
  52.  Open Source licenses. In case of any license issues related to OpenSSL
  53.  please contact openssl-core@openssl.org.
  54.  .
  55.  OpenSSL License
  56.  ---------------
  57.  .
  58.  /* ====================================================================
  59.   * Copyright (c) 1998-1999 The OpenSSL Project.  All rights reserved.
  60.   *
  61.   * Redistribution and use in source and binary forms, with or without
  62.   * modification, are permitted provided that the following conditions
  63.   * are met:
  64.   *
  65.   * 1. Redistributions of source code must retain the above copyright
  66.   *    notice, this list of conditions and the following disclaimer. 
  67.   *
  68.   * 2. Redistributions in binary form must reproduce the above copyright
  69.   *    notice, this list of conditions and the following disclaimer in
  70.   *    the documentation and/or other materials provided with the
  71.   *    distribution.
  72.   *
  73.   * 3. All advertising materials mentioning features or use of this
  74.   *    software must display the following acknowledgment:
  75.   *    "This product includes software developed by the OpenSSL Project
  76.   *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  77.   *
  78.   * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  79.   *    endorse or promote products derived from this software without
  80.   *    prior written permission. For written permission, please contact
  81.   *    openssl-core@openssl.org.
  82.   *
  83.   * 5. Products derived from this software may not be called "OpenSSL"
  84.   *    nor may "OpenSSL" appear in their names without prior written
  85.   *    permission of the OpenSSL Project.
  86.   *
  87.   * 6. Redistributions of any form whatsoever must retain the following
  88.   *    acknowledgment:
  89.   *    "This product includes software developed by the OpenSSL Project
  90.   *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  91.   *
  92.   * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  93.   * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  94.   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  95.   * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  96.   * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  97.   * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  98.   * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  99.   * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  100.   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  101.   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  102.   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  103.   * OF THE POSSIBILITY OF SUCH DAMAGE.
  104.   * ====================================================================
  105.   *
  106.   * This product includes cryptographic software written by Eric Young
  107.   * (eay@cryptsoft.com).  This product includes software written by Tim
  108.   * Hudson (tjh@cryptsoft.com).
  109.   *
  110.   */
  111.  .
  112.  Original SSLeay License
  113.  -----------------------
  114.  .
  115.  /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  116.   * All rights reserved.
  117.   *
  118.   * This package is an SSL implementation written
  119.   * by Eric Young (eay@cryptsoft.com).
  120.   * The implementation was written so as to conform with Netscapes SSL.
  121.   * 
  122.   * This library is free for commercial and non-commercial use as long as
  123.   * the following conditions are aheared to.  The following conditions
  124.   * apply to all code found in this distribution, be it the RC4, RSA,
  125.   * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  126.   * included with this distribution is covered by the same copyright terms
  127.   * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  128.   * 
  129.   * Copyright remains Eric Young's, and as such any Copyright notices in
  130.   * the code are not to be removed.
  131.   * If this package is used in a product, Eric Young should be given attribution
  132.   * as the author of the parts of the library used.
  133.   * This can be in the form of a textual message at program startup or
  134.   * in documentation (online or textual) provided with the package.
  135.   * 
  136.   * Redistribution and use in source and binary forms, with or without
  137.   * modification, are permitted provided that the following conditions
  138.   * are met:
  139.   * 1. Redistributions of source code must retain the copyright
  140.   *    notice, this list of conditions and the following disclaimer.
  141.   * 2. Redistributions in binary form must reproduce the above copyright
  142.   *    notice, this list of conditions and the following disclaimer in the
  143.   *    documentation and/or other materials provided with the distribution.
  144.   * 3. All advertising materials mentioning features or use of this software
  145.   *    must display the following acknowledgement:
  146.   *    "This product includes cryptographic software written by
  147.   *     Eric Young (eay@cryptsoft.com)"
  148.   *    The word 'cryptographic' can be left out if the rouines from the library
  149.   *    being used are not cryptographic related :-).
  150.   * 4. If you include any Windows specific code (or a derivative thereof) from 
  151.   *    the apps directory (application code) you must include an acknowledgement:
  152.   *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  153.   * 
  154.   * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  155.   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  156.   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  157.   * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  158.   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  159.   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  160.   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  161.   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  162.   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  163.   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  164.   * SUCH DAMAGE.
  165.   * 
  166.   * The licence and distribution terms for any publically available version or
  167.   * derivative of this code cannot be changed.  i.e. this code cannot simply be
  168.   * copied and put under another distribution licence
  169.   * [including the GNU Public Licence.]
  170.   */
  171.  
  172. License: Artistic
  173.  This program is free software; you can redistribute it and/or modify
  174.  it under the terms of the Artistic License, which comes with Perl.
  175.  On Debian GNU/Linux systems, the complete text of the Artistic License
  176.  can be found in `/usr/share/common-licenses/Artistic'
  177.  
  178. License: GPL-1+
  179.  This program is free software; you can redistribute it and/or modify
  180.  it under the terms of the GNU General Public License as published by
  181.  the Free Software Foundation; either version 1, or (at your option)
  182.  any later version.
  183.  On Debian GNU/Linux systems, the complete text of the GNU General
  184.  Public License can be found in `/usr/share/common-licenses/GPL'
  185.